home *** CD-ROM | disk | FTP | other *** search
/ 3D Game Programming All in One / 3D Game Programming All in One Disc.iso / 3D2E / demo / client / ui / AnimationSceneGUI.gui < prev    next >
Encoding:
Text File  |  2005-11-23  |  1.4 KB  |  56 lines

  1. //--- OBJECT WRITE BEGIN ---
  2. new GuiControl(AnimationSceneGUI) {
  3.    profile = "GuiModelessDialogProfile";
  4.    horizSizing = "right";
  5.    vertSizing = "bottom";
  6.    position = "0 0";
  7.    extent = "640 480";
  8.    minExtent = "8 2";
  9.    visible = "1";
  10.    helpTag = "0";
  11.  
  12.    new GuiButtonCtrl() {
  13.       profile = "GuiButtonProfile";
  14.       horizSizing = "left";
  15.       vertSizing = "bottom";
  16.       position = "466 191";
  17.       extent = "140 30";
  18.       minExtent = "8 2";
  19.       visible = "1";
  20.       command = "AnimationOrcPlay(\"celwave\");";
  21.       helpTag = "0";
  22.       text = "Wave";
  23.       groupNum = "-1";
  24.       buttonType = "PushButton";
  25.    };
  26.    new GuiButtonCtrl() {
  27.       profile = "GuiButtonProfile";
  28.       horizSizing = "left";
  29.       vertSizing = "bottom";
  30.       position = "467 231";
  31.       extent = "140 30";
  32.       minExtent = "8 2";
  33.       visible = "1";
  34.       command = "AnimationOrcPlay(\"celsalute\");";
  35.       helpTag = "0";
  36.       text = "Salute";
  37.       groupNum = "-1";
  38.       buttonType = "PushButton";
  39.    };
  40.    new GuiButtonCtrl() {
  41.       profile = "GuiButtonProfile";
  42.       horizSizing = "left";
  43.       vertSizing = "bottom";
  44.       position = "467 276";
  45.       extent = "138 30";
  46.       minExtent = "8 2";
  47.       visible = "1";
  48.       command = "AnimationOrcPlay(\"range\");";
  49.       helpTag = "0";
  50.       text = "Range Test";
  51.       groupNum = "-1";
  52.       buttonType = "PushButton";
  53.    };
  54. };
  55. //--- OBJECT WRITE END ---
  56.